home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-04-08 | 1.3 KB | 56 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = SciCalc
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = SciCalc.tiff
- LOCAL_RESOURCES = SciCalc.nib
-
- GLOBAL_RESOURCES = HelpWindow.nib InfoWindow.nib 10ToTheX.tiff\
- darrow.tiff eToTheX.tiff SciCalc.tiff Trilobite.tiff\
- uarrow.tiff XToThe-1.tiff XToThe2.tiff XToTheY.tiff\
- DaffyLaugh.snd
-
- CLASSES = Calculator.m DaWindow.m HelpWindow.m InfoWindow.m LcdText.m\
- OperatorStack.m PanelManager.m SciCalc.m ValueStack.m
-
- HFILES = nxkeycodes.h Calculator.h DaWindow.h HelpWindow.h\
- InfoWindow.h LcdText.h OperatorStack.h PanelManager.h\
- SciCalc.h ValueStack.h
-
- MFILES = SciCalc_main.m
-
- CFILES = nxu_dmpevt.c str_hexbin.c
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app SciCalc.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-